'宣言 Public Sub RemoveAt( _ ByVal index As System.Integer _ )
'使用法 Dim instance As C1KeyedList(Of TKey,TItem) Dim index As System.Integer instance.RemoveAt(index)
public void RemoveAt( System.int index )
パラメータ
- index
- 削除する要素の 0 から始まるインデックス。
'宣言 Public Sub RemoveAt( _ ByVal index As System.Integer _ )
'使用法 Dim instance As C1KeyedList(Of TKey,TItem) Dim index As System.Integer instance.RemoveAt(index)
public void RemoveAt( System.int index )